Keywords are reserved words in the QA Wizard Pro scripting language that cannot be used as variables or identifiers. The following elements in the scripting language are keywords.
Following are additional keywords.
| Keyword | Description |
|---|---|
| Arrays | |
| Erase | Clears the contents of an array |
| Preserve | Preserves data in an existing array when the size of the last dimension is changed. Used with ReDim. |
| Constants/Literals | |
| Empty | Do not use; use Null |
| Control flow | |
| End | Ends a block of statements |
| Return | Returns control to the code that called a function or subroutine |
| Declarations | |
| Const | Declares constants for use in place of literal values |
| Dim | Declares a variable |
| Function | Declares a function |
| ReDim | Sizes or resizes an array defined by Dim |
| Set | Assigns an object to a variable |
| Sub | Declares a subroutine |
| Variants | |
| IsEmpty | Do not use; use IsNull |
The following keywords are reserved for future use.
|
|
|
|